home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spybot - Search and destroy 1.4 / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMMAILSETTINGS / TFORMMAILSETTINGS.txt
Text File  |  2005-05-31  |  6KB  |  286 lines

  1. object formMailSettings: TformMailSettings
  2.   Left = 468
  3.   Top = 210
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Mail settings'
  7.   ClientHeight = 399
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMode = pmAuto
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object groupPersonalInformation: TGroupBox
  22.     Left = 0
  23.     Top = 0
  24.     Width = 369
  25.     Height = 81
  26.     Align = alTop
  27.     Caption = ' Personal information '
  28.     TabOrder = 0
  29.     DesignSize = (
  30.       369
  31.       81)
  32.     object labelName: TLabel
  33.       Left = 8
  34.       Top = 28
  35.       Width = 105
  36.       Height = 13
  37.       AutoSize = False
  38.       Caption = 'Your name:'
  39.     end
  40.     object labelAddress: TLabel
  41.       Left = 8
  42.       Top = 52
  43.       Width = 105
  44.       Height = 13
  45.       AutoSize = False
  46.       Caption = 'And mail address:'
  47.     end
  48.     object eName: TEdit
  49.       Left = 120
  50.       Top = 24
  51.       Width = 241
  52.       Height = 21
  53.       Anchors = [akLeft, akTop, akRight]
  54.       TabOrder = 0
  55.     end
  56.     object eAddress: TEdit
  57.       Left = 120
  58.       Top = 48
  59.       Width = 241
  60.       Height = 21
  61.       Anchors = [akLeft, akTop, akRight]
  62.       TabOrder = 1
  63.     end
  64.   end
  65.   object panelButtons: TPanel
  66.     Left = 0
  67.     Top = 358
  68.     Width = 369
  69.     Height = 41
  70.     Align = alBottom
  71.     BevelOuter = bvNone
  72.     ParentColor = True
  73.     TabOrder = 5
  74.     DesignSize = (
  75.       369
  76.       41)
  77.     object buttonCancel: TBitBtn
  78.       Left = 168
  79.       Top = 12
  80.       Width = 91
  81.       Height = 25
  82.       Anchors = [akRight, akBottom]
  83.       TabOrder = 2
  84.       Kind = bkCancel
  85.     end
  86.     object buttonOK: TBitBtn
  87.       Left = 272
  88.       Top = 12
  89.       Width = 91
  90.       Height = 25
  91.       Anchors = [akRight, akBottom]
  92.       TabOrder = 0
  93.       Kind = bkOK
  94.     end
  95.     object buttonImport: TBitBtn
  96.       Left = 8
  97.       Top = 12
  98.       Width = 91
  99.       Height = 25
  100.       Anchors = [akLeft, akBottom]
  101.       Cancel = True
  102.       Caption = '&Import'
  103.       TabOrder = 1
  104.       OnClick = buttonImportClick
  105.       NumGlyphs = 2
  106.     end
  107.   end
  108.   object panelDivider1: TPanel
  109.     Left = 0
  110.     Top = 81
  111.     Width = 369
  112.     Height = 8
  113.     Align = alTop
  114.     BevelOuter = bvNone
  115.     ParentColor = True
  116.     TabOrder = 1
  117.   end
  118.   object groupSMTPServer: TGroupBox
  119.     Left = 0
  120.     Top = 89
  121.     Width = 369
  122.     Height = 131
  123.     Align = alTop
  124.     Anchors = [akLeft, akTop, akRight, akBottom]
  125.     Caption = ' SMTP Server '
  126.     TabOrder = 2
  127.     DesignSize = (
  128.       369
  129.       131)
  130.     object labelSMTPServer: TLabel
  131.       Left = 8
  132.       Top = 28
  133.       Width = 105
  134.       Height = 13
  135.       AutoSize = False
  136.       Caption = 'Server address:'
  137.     end
  138.     object labelSMTPUsername: TLabel
  139.       Left = 8
  140.       Top = 76
  141.       Width = 105
  142.       Height = 17
  143.       AutoSize = False
  144.       Caption = 'Username:'
  145.     end
  146.     object labelSMTPPassword: TLabel
  147.       Left = 8
  148.       Top = 100
  149.       Width = 105
  150.       Height = 17
  151.       AutoSize = False
  152.       Caption = 'Password:'
  153.     end
  154.     object eSMTP: TEdit
  155.       Left = 120
  156.       Top = 24
  157.       Width = 241
  158.       Height = 21
  159.       Anchors = [akLeft, akTop, akRight]
  160.       TabOrder = 0
  161.     end
  162.     object eSMTPUser: TEdit
  163.       Left = 120
  164.       Top = 72
  165.       Width = 241
  166.       Height = 21
  167.       Anchors = [akLeft, akTop, akRight]
  168.       TabOrder = 2
  169.     end
  170.     object checkboxSMTPAuth: TCheckBox
  171.       Left = 8
  172.       Top = 52
  173.       Width = 353
  174.       Height = 17
  175.       Caption = 'Use SMTP authentication by username'
  176.       TabOrder = 1
  177.       OnClick = checkboxSMTPAuthClick
  178.     end
  179.     object eSMTPPass: TEdit
  180.       Left = 120
  181.       Top = 96
  182.       Width = 241
  183.       Height = 21
  184.       Anchors = [akLeft, akTop, akRight]
  185.       PasswordChar = '*'
  186.       TabOrder = 3
  187.     end
  188.   end
  189.   object panelDivider2: TPanel
  190.     Left = 0
  191.     Top = 220
  192.     Width = 369
  193.     Height = 8
  194.     Align = alTop
  195.     BevelOuter = bvNone
  196.     ParentColor = True
  197.     TabOrder = 3
  198.   end
  199.   object groupPOP3Server: TGroupBox
  200.     Left = 0
  201.     Top = 228
  202.     Width = 369
  203.     Height = 130
  204.     Align = alClient
  205.     Anchors = [akLeft, akTop, akRight]
  206.     Caption = ' POP3 Server '
  207.     TabOrder = 4
  208.     DesignSize = (
  209.       369
  210.       130)
  211.     object labelPOP3Server: TLabel
  212.       Left = 8
  213.       Top = 52
  214.       Width = 105
  215.       Height = 17
  216.       AutoSize = False
  217.       Caption = 'Server address:'
  218.     end
  219.     object labelPOP3Username: TLabel
  220.       Left = 8
  221.       Top = 76
  222.       Width = 105
  223.       Height = 17
  224.       AutoSize = False
  225.       Caption = 'Username:'
  226.     end
  227.     object labelPOP3Password: TLabel
  228.       Left = 8
  229.       Top = 100
  230.       Width = 105
  231.       Height = 17
  232.       AutoSize = False
  233.       Caption = 'Password:'
  234.     end
  235.     object ePOP3: TEdit
  236.       Left = 120
  237.       Top = 48
  238.       Width = 241
  239.       Height = 21
  240.       Anchors = [akLeft, akTop, akRight]
  241.       TabOrder = 0
  242.     end
  243.     object ePOP3User: TEdit
  244.       Left = 120
  245.       Top = 72
  246.       Width = 241
  247.       Height = 21
  248.       Anchors = [akLeft, akTop, akRight]
  249.       TabOrder = 1
  250.     end
  251.     object ePOP3Pass: TEdit
  252.       Left = 120
  253.       Top = 96
  254.       Width = 241
  255.       Height = 21
  256.       Anchors = [akLeft, akTop, akRight]
  257.       PasswordChar = '*'
  258.       TabOrder = 2
  259.     end
  260.     object checkboxPOP3Auth: TCheckBox
  261.       Left = 8
  262.       Top = 28
  263.       Width = 353
  264.       Height = 17
  265.       Caption = 'Connect to server for SMTP-after-POP authentication'
  266.       TabOrder = 3
  267.       OnClick = checkboxPOP3AuthClick
  268.     end
  269.   end
  270.   object popupIE: TPopupMenu
  271.     AutoHotkeys = maManual
  272.     OnPopup = popupIEPopup
  273.     Left = 88
  274.     Top = 24
  275.     object menuitemOutlookExpress: TMenuItem
  276.       Caption = 'Outlook &Express'
  277.     end
  278.     object menuitemOutlook8: TMenuItem
  279.       Caption = 'Outlook &8.0 (97)'
  280.     end
  281.     object menuitemOutlook9: TMenuItem
  282.       Caption = 'Outlook &9.0 (2000)'
  283.     end
  284.   end
  285. end
  286.